home *** CD-ROM | disk | FTP | other *** search
- Path: news.cs.hope.edu!vnopstal
- From: vnopstal@cs.hope.edu (Michael Van Opstall)
- Newsgroups: comp.lang.c++
- Subject: Re: File searches
- Date: 11 Jan 1996 13:28:38 GMT
- Organization: Hope College
- Message-ID: <4d33a6$eqt@news.cs.hope.edu>
- References: <7a7_9601110100@medtechnet.com>
- NNTP-Posting-Host: smaug.cs.hope.edu
- X-Newsreader: TIN [version 1.2 PL2]
-
- You have to open the file, read the data into an array or linked list, and
- then use the search function of your choice, unless you want to just read
- each entry from the file one at a time and check it on the spot.
-
- --
- Michael A. Van Opstall -- vnopstal@cs.hope.edu
- http://www.cs.hope.edu/~vnopstal/deal.html - try it
-